home *** CD-ROM | disk | FTP | other *** search
- /*==================================================================
- File: PrefixCommon.h
-
- Contains: Part of Macintosh graphical ZString tool
-
- Written by: Eric Traut
-
- Copyright: 2000-2001 Connectix Corporation
-
- This source has been placed into the public domain by
- Connectix Corporation. You have the right to modify,
- distribute or use this code without any legal limitations
- or finanicial/licensing requirements. Connectix is not
- liable for any problems that result from the use of this
- code.
-
- If you have comments, feedback, questions, or would like
- to submit bug fixes or updates to this code, please email
- opensource@connectix.com.
- ==================================================================*/
-
-
- // Option for using PowerPlant namespace
- #define PP_Uses_PowerPlant_Namespace 0 // OFF, don't use PowerPlant namespace
-
- // Standard Dialogs
- #define PP_StdDialogs_Option PP_StdDialogs_Conditional // use conditional standard dialog
- // implementation
-
- // Force the use of new types
- #define PP_Uses_Old_Integer_Types 0 // OFF, use new types
-
- // Don't allow use of the obsolete AllowTargetSwitch
- #define PP_Obsolete_AllowTargetSwitch 0
-
- // Don't show release notes warnings for old projects
- #define PP_Suppress_Notes_20 1
-
-
-
-